ARM: dts: K2G: Add support for MMC controller
authorSekhar Nori <[email protected]>
Wed, 10 Aug 2016 13:54:04 +0000 (19:24 +0530)
committerJaehoon Chung <[email protected]>
Tue, 16 Aug 2016 01:24:10 +0000 (10:24 +0900)
K2G SoC from TI has two MMC/SD controllers.
Add device tree data for these.

Signed-off-by: Sekhar Nori <[email protected]>
Acked-by: Mugunthan V N <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/dts/k2g.dtsi

index 00cd492973366e0c0f6108486148cc645c7209fc..add03b74da36dfd1e52aea2f76607c045284a488 100644 (file)
                        #size-cells = <0>;
                        status = "disabled";
                };
+
+               mmc0: mmc@23000000 {
+                       compatible = "ti,omap4-hsmmc";
+                       reg = <0x23000000 0x400>;
+                       interrupts = <GIC_SPI 96 IRQ_TYPE_EDGE_RISING>;
+                       bus-width = <4>;
+                       ti,needs-special-reset;
+                       no-1-8-v;
+                       max-frequency = <96000000>;
+                       status = "disabled";
+               };
+
+               mmc1: mmc@23100000 {
+                       compatible = "ti,omap4-hsmmc";
+                       reg = <0x23100000 0x400>;
+                       interrupts = <GIC_SPI 97 IRQ_TYPE_EDGE_RISING>;
+                       bus-width = <8>;
+                       ti,needs-special-reset;
+                       ti,non-removable;
+                       max-frequency = <96000000>;
+                       status = "disabled";
+                       clock-names = "fck";
+               };
        };
 };